home *** CD-ROM | disk | FTP | other *** search
/ HAM Radio 1997 / HAM Radio 1997.iso / vcls / date / examples / exflist0.dfm / exflist0.txt
Encoding:
Text File  |  1996-04-08  |  1.6 KB  |  72 lines

  1. object ExampleFList: TExampleFList
  2.   Left = 129
  3.   Top = 95
  4.   Width = 661
  5.   Height = 389
  6.   Caption = 'EXFLIST'
  7.   Font.Color = clBlack
  8.   Font.Height = -13
  9.   Font.Name = 'Arial'
  10.   Font.Style = [fsBold]
  11.   PixelsPerInch = 96
  12.   Position = poScreenCenter
  13.   TextHeight = 16
  14.   object ApdTerminal1: TApdTerminal
  15.     Left = 10
  16.     Top = 8
  17.     Width = 632
  18.     Height = 300
  19.     ComPort = ApdComPort1
  20.     DisplayRows = 25
  21.     DisplayColumns = 79
  22.     CaptureFile = 'APD.CAP'
  23.     Font.Color = clYellow
  24.     Font.Height = -12
  25.     Font.Name = 'Terminal'
  26.     Font.Pitch = fpFixed
  27.     Font.Style = []
  28.     ParentColor = False
  29.     ParentFont = False
  30.     OnKeyDown = ApdTerminal1KeyDown
  31.   end
  32.   object AddFiles: TButton
  33.     Left = 8
  34.     Top = 320
  35.     Width = 89
  36.     Height = 33
  37.     Caption = 'AddFiles'
  38.     TabOrder = 1
  39.     OnClick = AddFilesClick
  40.   end
  41.   object ApdComPort1: TApdComPort
  42.     TraceName = 'APD.TRC'
  43.     LogName = 'APD.LOG'
  44.     UseEventWord = False
  45.     TriggerLength = 0
  46.   end
  47.   object ApdProtocol1: TApdProtocol
  48.     ComPort = ApdComPort1
  49.     ProtocolType = ptZmodem
  50.     FileMask = '*.*'
  51.     BlockCheckMethod = bcmCrc32
  52.     HandshakeWait = 1092
  53.     Overhead = 20
  54.     StatusDisplay = ApdProtocolStatus1
  55.     ProtocolLog = ApdProtocolLog1
  56.     KermitPadCharacter = #0
  57.     OnProtocolError = ApdProtocol1ProtocolError
  58.     OnProtocolNextFile = ApdProtocol1ProtocolNextFile
  59.     Left = 40
  60.   end
  61.   object ApdProtocolStatus1: TApdProtocolStatus
  62.     Position = poScreenCenter
  63.     Ctl3D = True
  64.     Visible = False
  65.     Left = 80
  66.   end
  67.   object ApdProtocolLog1: TApdProtocolLog
  68.     HistoryName = 'PROTOCOL.HIS'
  69.     Left = 120
  70.   end
  71. end
  72.